home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #5 / Amiga Plus CD - 2000 - No. 5.iso / Tools / Misc / InstallerNG / developer / include / proto / installerngmodule.h < prev   
C/C++ Source or Header  |  2000-01-01  |  321b  |  18 lines

  1. #ifndef PROTO_INSTALLERNGMODULE_H
  2. #define PROTO_INSTALLERNGMODULE_H
  3.  
  4. /*
  5. **  $VER: installerngmodule.h 37.0 (11.06.2000)
  6. **  (C) by Jens Tröger
  7. **
  8. */
  9.  
  10. #include <exec/types.h>
  11.  
  12. extern struct Library *InstallerNGModuleBase ;
  13.  
  14. #include <clib/installerngmodule_protos.h>
  15. #include <pragmas/installerngmodule_pragmas.h>
  16.  
  17. #endif
  18.